home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amos / amossible / structures / whilewend.bak / whilewend.amosSourceCode
Encoding:
AMOS Source Code  |  1980-05-15  |  59 b   |  6 lines

  1. X=0
  2. While X<=100
  3.    Print At(0,0);X
  4.    X=X+1
  5.    Wait 5
  6. Wend